DioDocs for Excel
Draw(Page,IList<PageInfo>,Int32,Int32,Order,PdfSaveOptions) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > PrintManager クラス > Draw メソッド : Draw(Page,IList<PageInfo>,Int32,Int32,Order,PdfSaveOptions) メソッド
GcPdfDocument内のページ。
ページのコレクション。
これらのページが分割される行数。
これらのページが分割される列数。
ページを配置するために使用する方向。
PDF ファイルを保存する際のオプション。
ページコレクション内のページを指定したページに特定の方向に描画します。
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal page As GrapeCity.Documents.Pdf.Page, _
   ByVal pages As System.Collections.Generic.IList(Of PageInfo), _
   ByVal rows As System.Integer, _
   ByVal columns As System.Integer, _
   Optional ByVal order As Order, _
   Optional ByVal options As PdfSaveOptions _
) 
public void Draw( 
   GrapeCity.Documents.Pdf.Page page,
   System.Collections.Generic.IList<PageInfo> pages,
   System.int rows,
   System.int columns,
   Order order,
   PdfSaveOptions options
)

パラメータ

page
GcPdfDocument内のページ。
pages
ページのコレクション。
rows
これらのページが分割される行数。
columns
これらのページが分割される列数。
order
ページを配置するために使用する方向。
options
PDF ファイルを保存する際のオプション。
参照

PrintManager クラス
PrintManager メンバ
オーバーロード一覧